projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e8019
)
Require rmail not just when compiling.
author
Glenn Morris
<rgm@gnu.org>
Wed, 4 Feb 2009 03:39:05 +0000
(
03:39
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 4 Feb 2009 03:39:05 +0000
(
03:39
+0000)
Remove unneeded declarations.
lisp/mail/rmailmsc.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailmsc.el
b/lisp/mail/rmailmsc.el
index 1636a1b3e19ff9b3d1318bc684dd4d5e94faaf03..b1e5bd7ed12483555b8d88beac93b1fc44f784d7 100644
(file)
--- a/
lisp/mail/rmailmsc.el
+++ b/
lisp/mail/rmailmsc.el
@@
-25,14
+25,7
@@
;;; Code:
-(eval-when-compile
- (require 'rmail))
-
-(defvar rmail-current-message)
-(defvar rmail-inbox-list)
-
-(declare-function mail-parse-comma-list "mail-utils" ())
-(declare-function rmail-show-message "rmail" (&optional msg))
+(require 'rmail)
;;;###autoload
(defun set-rmail-inbox-list (file-name)